-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add requestDeposit router invariant #414
base: router-invariants
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Have you tried running a job with this branch on recon?
if (restrictionManager.isFrozen(address(trancheToken), controller) == true) { | ||
t(hasReverted, "LP-2 Must Revert"); | ||
} | ||
if (!poolManager.isAllowedAsset(poolId, address(token))) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is a duplicate of Line:145
@@ -184,4 +184,6 @@ abstract contract SharedStorage { | |||
mapping(address => uint256) sumOfLockedDepositRequests; | |||
mapping(address => uint256) sumOfUnlockedDepositRequests; | |||
mapping(address => uint256) sumOfExecutedLockedDepositRequests; | |||
// stores request data coming through the router |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is clear just from the name
// stores request data coming through the router |
* Router request redeem target function implementation * Improve invariant expectation for tranche token * A new fix of the invariant
Coverage after merging request-deposit-router-invariant into router-invariants will be
Coverage Report
|
No description provided.